home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
SoundAndMusic
/
cmix
/
lpc
/
track
/
lpsf.h
< prev
next >
Wrap
C/C++ Source or Header
|
1989-05-27
|
178b
|
14 lines
#include <sys/types.h>
#include <sys/stat.h>
struct SFDESC {
int sf_chans;
int sf_class;
int sf_srate;
};
#define INT 2 /* sizeof(short) */
#define FLOAT 4
#define READ 0